(filesets-running-xemacs): Fix last change.
authorPavel Janík <Pavel@Janik.cz>
Wed, 8 May 2002 16:38:21 +0000 (16:38 +0000)
committerPavel Janík <Pavel@Janik.cz>
Wed, 8 May 2002 16:38:21 +0000 (16:38 +0000)
lisp/filesets.el

index fd640efdf5cc4af389526a20eb47fcfe57e97d4f..8b494262ae1ce836e6010611f9ee253f33badf5b 100644 (file)
@@ -294,7 +294,7 @@ key is supported."
   :type 'sexp
   :group 'filesets)
 
-(if
+(if filesets-running-xemacs
     (progn
       (defcustom filesets-menu-path nil
        "*The menu under which the filesets menu should be inserted.
@@ -2510,7 +2510,6 @@ Set up hooks, load the cache file -- if existing -- and build the menu."
 (provide 'filesets)
 
 ;;; Local Variables:
-;;; time-stamp-format:"%:y-%02m-%02d"
 ;;; sentence-end-double-space:t
 ;;; End: